[Azure Search] Add Cognitive Skillset Operations#4609
[Azure Search] Add Cognitive Skillset Operations#4609dsgouda merged 8 commits intoAzure:search-previewfrom
Conversation
Merge from Azure/azure-sdk-for-net service-preview
|
Can one of the admins verify this patch? |
|
The corresponding swagger spec PR is: Azure/azure-rest-api-specs#3386. Thanks. |
| BaseUri = "https://{searchServiceName}.{searchDnsSuffix}"; | ||
| ApiVersion = "2017-11-11-Preview"; | ||
| SearchDnsSuffix = "search.windows.net"; | ||
| SearchServiceName = "{searchServiceName}"; |
There was a problem hiding this comment.
Did AutoRest add these? Or were they added by hand? Generated code should never be modified by hand.
There was a problem hiding this comment.
I think it was added when I tried to debug the url issue. I have regenerated the generated code and the newly generated code removes the lines. I think the current change is correct. Thanks for checking.
|
@jeji1101 The code looks ok to me, other than a few minor documentation issues. I left some comments on the Swagger PR. I'll merge this once the last Swagger issues are resolved and you get signoff from another indexer/Grok SME (Eugene or Victor). |
| public KeyPhraseExtractionSkillLanguage DefaultLanguageCode { get; set; } | ||
|
|
||
| /// <summary> | ||
| /// Gets or sets a number indicating how many key phrases to return. If |
There was a problem hiding this comment.
"the maximum number of" instead of "how many"
|
@dsgouda One of the checks didn't seem to run, so we can't merge this. Any idea how to get it to run? |
|
@jeji1101 needs to join the Azure org as I pointed out to trigger the build |
|
I used the link @dsgouda provided earlier to join Azure org around one or two hours ago. Thanks. |
|
@azuresdkci Test this please |
|
Hi, when I can download this update using nuget? |
|
@stenvix This is one of two major features that we're adding to the next preview version of the Azure Search .NET SDK. The other one is support for Complex Types. We're working towards releasing the next preview SDK in September. |
Description
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
Testing Guidelines
SDK Generation Guidelines
*.csprojandAssemblyInfo.csfiles have been updated with the new version of the SDK.